Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / NamedStyleCollection Class / AddRange Method / AddRange(NamedStyle[]) Method
Array of NamedStyle objects to add to the collection
Example


In This Topic
    AddRange(NamedStyle[]) Method
    In This Topic
    Adds an array of NamedStyle objects to the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub AddRange( _
       ByVal array() As NamedStyle _
    ) 
    'Usage
     
    
    Dim instance As NamedStyleCollection
    Dim array() As NamedStyle
     
    instance.AddRange(array)
    public virtual void AddRange( 
       NamedStyle[] array
    )

    Parameters

    array
    Array of NamedStyle objects to add to the collection
    Remarks
    This method adds an array of NamedStyle objects to the collection.
    Example
    This example adds a range of styles to the collection.
    See Also